The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "locale::maketext::lexicon"

Locale::Maketext::Lexicon - Use other catalog formats in Maketext River stage two • 26 direct dependents • 44 total dependents

This module provides lexicon-handling modules to read from other localization formats, such as *Gettext*, *Msgcat*, and so on. If you are unfamiliar with the concept of lexicon modules, please consult Locale::Maketext and the "webl10n" HTML files in ...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC - Search in distribution

Locale::Maketext::Lexicon::DB - Dynamically load lexicon from a database table River stage zero No dependents

This module enables you to crate a Locale::Maketext lexicon in your database. The lexicon is compiled when "get_handle" is called on the class. If a cache is defined then the lexicon is retrieved from the cache instead of hitting the database each ti...

CUBABIT/Locale-Maketext-Lexicon-DB-1.141830 - 02 Jul 2014 09:30:09 UTC - Search in distribution

Locale::Maketext::Lexicon::CSV - Use CSV files as lexicons for Maketext River stage zero No dependents

This module lets you use simple CSV files as lexicons for Locale::Maketext::Lexicon....

DNARNOLD/Locale-Maketext-Lexicon-CSV-0.96 - 01 Jun 2015 15:54:21 UTC - Search in distribution

Locale::Maketext::Lexicon::DBI - Database based lexicon fetcher/parser River stage one • 1 direct dependent • 1 total dependent

This module implements a perl-based "DBI" fetcher/"parser" for Locale::Maketext. It reads the lexicon from the database and transforms nothing but expect the placeholders to be "[_1]", "[_2]", "[_*]", and so on, like Locale::Maketext wants them to be...

MDIETRICH/Locale-Maketext-Lexicon-DBI-v0.2.1 - 21 Dec 2009 16:57:46 UTC - Search in distribution

Locale::Maketext::Lexicon::Slurp - One message per file Maketext lexicon. River stage zero No dependents

This maketext lexicon module provides a file based lexicon format, with the file name (or relative path) acting as the message id, and the file contents being the message string. This is useful for displaying large bits of text, like several paragrap...

NUFFIN/Locale-Maketext-Lexicon-Slurp-0.01 - 14 Jun 2007 13:46:04 UTC - Search in distribution

Locale::Maketext::Lexicon::Getcontext - PO file parser for Maketext River stage zero No dependents

This module implements a perl-based "Gettext" parser for Locale::Maketext. It transforms all %1, %2, <%*>... sequences to "[_1]", "[_2]", "[_*]", and so on. It currently accepts only plain PO files. This module also looks for "%*function*(*args...*)"...

SAPER/Locale-Maketext-Lexicon-Getcontext-0.05 - 04 Jan 2018 23:40:30 UTC - Search in distribution

Locale::Maketext::Lexicon::Properties - Properties file parser for Maketext River stage zero No dependents

This module parses the properties file (from Java) for Locale::Maketext by using Locale::Maketext::Lexicon. And it can also return a Lexicon hash. You are able to look up the property value by specifying key to "maketext()" or Lexcon hash....

MOZNION/Locale-Maketext-Lexicon-Properties-0.03 - 05 Feb 2014 11:30:00 UTC - Search in distribution

Locale::Maketext::Lexicon::CatmanduConfig - Use Catmandu config files as a Maketext lexicon River stage zero No dependents

NJFRANCK/Catmandu-I18N-0.01 - 26 Oct 2018 12:02:22 UTC - Search in distribution

Locale::TextDomain::OO::Lexicon::Role::GettextToMaketext - Style formatter River stage one • 2 direct dependents • 2 total dependents

This module provides a method to format from gettext style into maketext style....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC - Search in distribution

Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon River stage five • 27 direct dependents • 21437 total dependents

This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating *Language Classes* for module authors. The language used is chosen from the loc_lang call. If a lookup is not possible, the i-default languag...

JESSE/Locale-Maketext-Simple-0.21 - 17 Aug 2009 14:08:03 UTC - Search in distribution

Yancy::I18N::en - English lexicon for Yancy strings River stage one • 3 direct dependents • 3 total dependents

This is the (default) English lexicon for Yancy. Since English is the default, this is largely intended to be a starting point for your own translation, listing all the necessary lexicon entries and describing them....

PREACTION/Yancy-1.088 - 19 Dec 2021 02:26:57 UTC - Search in distribution

Localizer::Lexicon - Default lexicon class River stage one • 1 direct dependent • 1 total dependent

Localizer::Lexicon is just the default lexicon that is built internally when you provide a hashref as your dictionary. You can implement your own class to replace this one as your Localizer dictionary, for instance, to get your translations from a da...

TOKUHIROM/Localizer-0.07 - 25 Feb 2022 01:00:02 UTC - Search in distribution

i18n - Perl Internationalization Pragma River stage zero No dependents

Internationalization (abbreviated "i18n") is the process of designing an application so that it can be adapted to various languages and regions. The most basic task is to let your program know which strings are meant for human consumption and which s...

AUDREYT/i18n-0.13 - 30 Apr 2019 17:32:31 UTC - Search in distribution

perl5100delta - what is new for perl 5.10.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes the differences between the 5.8.8 release and the 5.10.0 release. Many of the bug fixes in 5.10.0 were already seen in the 5.8.X maintenance releases; they are not duplicated here and are documented in the set of man pages nam...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DBD::PO - DBI driver for PO files River stage one • 1 direct dependent • 1 total dependent

The DBD::PO module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL 'engine' SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called PO files (GNU gettext). Such...

STEFFENW/DBD-PO-2.10 - 24 Jan 2010 13:48:42 UTC - Search in distribution

Log::Report - report a problem, with exceptions and translation support River stage two • 36 direct dependents • 86 total dependents

Get messages to users and logs. "Log::Report" combines three tasks which are closely related in one: . logging (like Log::Log4Perl and syslog), and . exceptions (like error and info), with . translations (like "gettext" and Locale::TextDomain) You do...

MARKOV/Log-Report-1.36 - 27 Oct 2023 13:07:42 UTC - Search in distribution

XUL::App - Nifty XUL apps in a XUL::App River stage zero No dependents

XUL::App is a nifty Firefox extension development framework based on Perl. It has a lot of parallels with Jifty. In particular, this framework allows you to build real-world modern Firefox extensions using Perl. But the resulting XPI installation fil...

AGENT/XUL-App-0.09 - 13 Aug 2008 02:51:29 UTC - Search in distribution

Dancer::Plugin::Lexicon - Flexible I18N using Locale::Maketext::Lexicon for Dancer apps River stage zero No dependents

Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N functionality to your Dancer application. Translations are stored in PO or MO (compiled PO) gettext files in the "languages/" dir. You can generate or update your PO files by auto...

DRTECH/Dancer-Plugin-Lexicon-0.06 - 03 Aug 2014 07:32:27 UTC - Search in distribution

Shipwright - Best Practical Builder River stage zero No dependents

Why use Shipwright? Most software packages depend on other bits of software in order to avoid code repetition. This may result in pain when attempting to install the software, due to the maze of dependencies, especially for large projects with many d...

SUNNAVY/Shipwright-2.4.42 - 11 Nov 2017 05:52:09 UTC - Search in distribution

ClearPress::view - MVC view superclass River stage zero No dependents

View superclass for the ClearPress framework...

RPETTETT/ClearPress-v2021.1.5 - 18 Aug 2021 11:47:45 UTC - Search in distribution
66 results (0.066 seconds)